type context.backgroundCtx (struct)

Method Implmentations

Deadline() (deadline time.Time, ok bool) backgroundCtx.M : Context.Deadline
Done() <-chan struct{} backgroundCtx.M : Context.Done
Err() error backgroundCtx.M : Context.Err
String() string backgroundCtx.M : fmt.Stringer.String backgroundCtx.M : stringer.String backgroundCtx.M : runtime.stringer.String
Value(key any) any backgroundCtx.M : Context.Value